home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / arcade / system16 / s16ae082 / MJLEAGUE.GCS < prev    next >
Text File  |  1998-11-20  |  3KB  |  104 lines

  1. **************************************************
  2. * SEGA 1985 | MAJOR LEAGUE                       *
  3. **************************************************
  4.  
  5. .game Major_League
  6. .shortname mjleague
  7. .gamenumber 1
  8.  
  9. .rompath roms\mjleague\
  10. .zip mjleague.zip
  11.  
  12. .romsize 3
  13. .romload epr-7404.09b epr-7401.06b
  14. .romload epr-7405.10b epr-7402.07b 
  15. .romload epra7406.11b epra7403.08b 
  16.  
  17. .patchcode 0xBD42 0x66 * remove roms tests
  18.  
  19. .scrsize 32
  20. .scrload epr-7051.09a epr-7052.10a epr-7053.11a
  21. .scrload epr-7051.09a epr-7052.10a epr-7053.11a
  22.  
  23. .objsize 320
  24. .objload epr-7055.05a epr-7059.02b
  25. .objload epr-7056.06a epr-7060.03b
  26. .objload epr-7057.07a epr-7061.04b
  27. .objload epr-7058.08a epr-7062.05b
  28. .objload epr-7055.05a epr-7059.02b
  29.  
  30. *  info   00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
  31. .objoffs  00 01 02 03 00 01 02 03 00 01 02 03 00 01 02 03
  32.  
  33. .defram 0x40 64
  34. .defram 0x41 64
  35. .defram 0x44 64
  36. .defram 0x84 64
  37. .defram 0xC4 64
  38. .defram 0xFE 64
  39. .defram 0xFF 64
  40.  
  41. .defram 0xC6 64 * MAJOR LEAGUE
  42. *.defram 0x43 64 * MAJOR LEAGUE
  43.  
  44. .define txt 0x41
  45. .define vid 0x40
  46. .define io 0xC4
  47. .define spr 0x44
  48. .define pal 0x84
  49. .define soundbank 0xFE
  50.  
  51. .define iopl1 0x1003
  52. .define iopl2 0x1007
  53. *.define iopl1 0x1005
  54. *.define iopl2 0x1007
  55. .define iogen 0x1001
  56. .define iods1 0x2003
  57. .define iods2 0x2001
  58.  
  59. *mouse X-Ptr    Y-Ptr    Shot-Ptr MinX DefX  MaxX  MinY DefY  MaxY  ButtonMask
  60. *.mouse 0xC41003 0xC41003 0xC41003 0    16384 32762 0    16384 32762 0x80
  61.  
  62. .analogstick 0xc4ffff 1 0x7f -4 0x40 0xc4fffe 1 0x2e 5 0x2e 0xc41005 1 0xf 0x2 0x0
  63.  
  64. .define reghsfg 0x410ff8
  65. .define reghsbg 0x410ffa
  66. .define regvsfg 0x410F25
  67. .define regvsbg 0x410F27
  68. .define regpsbg 0x410E8d
  69. .define regpsfg 0x410E8f
  70. *.define regscract 0xF018
  71.  
  72. .dup 0xc40001 0xfe0007 0xff
  73. .sound 3 (0=nosound)
  74. .samplespath samples\mjleague\mjl_
  75. .voicerange 0x41 0x4f
  76. .sfxrange 0xa0 0xba
  77. .bgmrange 0x96 0x9a
  78. .bgm 0x9c 0x9d
  79. .z80load eprc7054.01b
  80. .ym2151
  81.  
  82. .vertical
  83. .define bgcolormode 1
  84. .define bgtextmode 1
  85. .pre16 1
  86. .define bgxoffset 8
  87. .define sprxoffset 5
  88. .define bglayer 0x83
  89.  
  90. .dipswitch 0x01 0 TYPE COCKTAIL_TABLE UPRIGHT _ _ _ _ _ _
  91. .dipswitch 0x02 1 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  92. .dipswitch 0x04 2 SW2 OFF ON _ _ _ _ _ _
  93. .dipswitch 0x08 3 SW3 OFF ON _ _ _ _ _ _
  94. .dipswitch 0x10 4 SW4 OFF ON _ _ _ _ _ _
  95. .dipswitch 0x20 5 SW5 OFF ON _ _ _ _ _ _
  96. .dipswitch 0x40 6 SW6 OFF ON _ _ _ _ _ _
  97. .dipswitch 0x80 7 SW7 OFF ON _ _ _ _ _ _
  98.  
  99. .labeljoy B1 B2 B3 _ DOWN UP RIGHT LEFT
  100. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  101.  
  102. .end
  103.  
  104.